Package com.foundationdb.ais.model

Examples of com.foundationdb.ais.model.TestAISBuilder.routineExternalName()


                          "MCOMPAT", "varchar", 16L, null);
        builder.parameter("test", "proc1", "n2", Parameter.Direction.IN,
                          "MCOMPAT", "decimal", 10L, 5L);
        builder.parameter("test", "proc1", null, Parameter.Direction.OUT,
                          "MCOMPAT", "varchar", 100L, null);
        builder.routineExternalName("test", "proc1", "test", "ajar",
                                    "com.foundationdb.procs.Proc1", "call");
    }

    private MemoryTableFactory getFactory(TableName name) {
        Table table = ais.getTable(name);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.