Uses of Class
com.sas.iquery.metadata.business.Export

Packages that use Export
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
 

Uses of Export in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business that return Export
 Export Export.engine(java.lang.String engine)
          Engine name specified when exporting to SAS library
 Export Export.JSONExportOptions(java.lang.String JSONExportOptions, java.lang.String JSONExportTablename)
          JSON Export options
 Export Export.JSONOptions(java.lang.String JSONOptions)
          JSON options
 Export Export.JSONout(java.lang.String JSONout)
          Filename for JSON when exporting to JSON file
 Export Export.lasrAdd()
          For adding a table to LASR using an existing server
 Export Export.lasrCreate()
          proc lasr Create option without a table
 Export Export.lasrCreate(java.lang.String createFile)
          File used on Create for proc lasr
 Export Export.lasrData(java.lang.String data)
          Used when exporting a single Table based on a String
 Export Export.lasrData(com.sas.iquery.metadata.physical.Table table)
          Used when exporting a single table from a Table object
 Export Export.lasrHost(java.lang.String host)
          Lasr host
 Export Export.lasrInstall(java.lang.String install)
          Lasr Install option
 Export Export.lasrNodes(int nodes)
          Number of Lasr nodes
 Export Export.lasrNthreads(int nthreads)
          Number of Lasr threads
 Export Export.lasrPath(java.lang.String path)
          Lasr path name
 Export Export.lasrPort(int port)
          Lasr port number
 Export Export.lasrSigner(java.lang.String signer)
          Lasr signer
 Export Export.libref(java.lang.String libref)
          SAS libref specified when exporting to SAS library
 Export Export.metaLibref(java.lang.String metaLibref)
          proc metalib libref to register the table
 Export Export.metaPort(java.lang.String metaPort)
          proc metalib port number
 Export Export.metaPswd(java.lang.String metaPswd)
          proc metalib password
 Export Export.metaRepname(java.lang.String metaRepname)
          proc metalib repository name
 Export Export.metaServer(java.lang.String metaServer)
          proc metalib server
 Export Export.metaUser(java.lang.String metaUser)
          proc metalib username
 Export Export.options(java.lang.String options)
          Engine options specified when exporting to SAS library
 Export Export.outfile(java.lang.String outfile)
          Filename for proc export target when generating CSV files
 Export Export.path(java.lang.String path)
          Libname path when exporting to SAS library
 Export Export.SASLibrary(com.sas.iquery.metadata.physical.SASLibrary library)
          SAS Library object specified when exporting to SAS library
 Export Export.server(com.sas.iquery.metadata.physical.SASWorkspaceServer server)
           
 Export Export.tableName(java.lang.String tableName)
          Tablename to create when exporting to SAS library
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.